Multiplies two CSR matrices together.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(csr_matrix), | intent(in) | :: | a |
The first CSR matrix. |
||
class(csr_matrix), | intent(in) | :: | b |
The second CSR matrix. |
The resulting CSR matrix.
Multiplies a CSR matrix by a vector.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(csr_matrix), | intent(in) | :: | a |
The CSR matrix. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | b |
The vector. |
The resulting vector.